home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part2 / 10452 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: news.vol.it!news
  2. From: bizzetti@mbox.vol.it (Fabio Bizzetti)
  3. Newsgroups: comp.sys.amiga.programmer,comp.sys.amiga.games,alt.sys.amiga.demos,in,comp.sys.amiga.advocacy,comp.sys.amiga.hardware,comp.sys.amiga.misc,comp.sys.amiga.graphics
  4. Subject: Re: AB3D II beats Quake....
  5. Date: 28 Mar 1996 02:27:20 GMT
  6. Organization: Video On Line
  7. Distribution: world
  8. Message-ID: <1635.6661T175T2665@mbox.vol.it>
  9. References: <4jbvi7$97@nadine.teleport.com>
  10. NNTP-Posting-Host: molcl6.vol.it
  11. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  12.  
  13.  
  14. >Bert Dorhout (dorhout@swisun30) wrote:
  15. >: In order for AT/AmigaOS to use standard video cards of today more optimal
  16. >: than other OSs, isn't it necessary to 'dictate' minimum specifications
  17. >: for the video card??
  18. >: Like... "The Walker takes standard PCI video cards with at least a blitter,
  19. >:  chipset type X (f.i. S3) or type Y (triton..  Is that a graph set anyway? 
  20. >: (just an example, though))", that kind of thing?
  21.  
  22. > All that would be needed is that you can set pixel to the video memory
  23. > somehow. But the card can 'register' all its feature to the OS for
  24. > acceleration, video modes/capabilities. 
  25. > You should be a able to write a video driver to work throught the
  26. > parallel port connected to a A500, and also maybe via the serial port
  27. > connected to a PC... So you can open a window in a Win95 window and
  28. > open a window on a A500 screen :) 
  29. > The design can be very elaborate, complex to design
  30.  
  31. > Stephan
  32.  
  33. One thing is the parallel port, another thing is gfx.
  34.  
  35. Imagine this.. I need a fast small polygons routine, and call the API.
  36. When the polygons are 2, it's ok, but when they're 20000, 99% of CPU time is
  37. wasted just only in the function call.
  38.  
  39. Avoiding it and using inline code is already hardware banging.
  40.  
  41.   /-----------------------------------------------------------------------\
  42.   |  Fabio "Maverick" Bizzetti - bizzetti@mbox.vol.it - Maverick* at IRC  |
  43.   |            The maker of "CyberMan" and "Virtual Karting"              |
  44.   |              working on "VirtualRally" & "StarFighter"                |
  45.   \-----------------------------------------------------------------------/
  46.  
  47.